home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1999 March / EnigmA AMIGA RUN 35 (1999)(G.R. Edizioni)(IT)[!][issue 1999-03].iso / earcd / devel / libx11 / include / x11 / xmp / xmp.h < prev    next >
C/C++ Source or Header  |  1999-01-01  |  751b  |  29 lines

  1. #ifndef _Xmp_h_
  2. #define _Xmp_h_
  3. #include <X11/Xmp/COPY>
  4.  
  5. /*
  6. * SCCS_data: @(#) Xmp.h 1.6 92/06/10 06:14:01
  7. *
  8. *    This module contains declarations useful to clients of the
  9. *    Xmp library.
  10. *
  11. *******************************************************************************
  12. */
  13.  
  14. #include <X11/Wc/WcCreate.h>    /* for _() macro */
  15.  
  16. /* XmpRegisterMotif registers all Motif and Xmp widgets.
  17.  * XmpRegisterAll and MriRegisterMotif are aliases for XmpRegisterMotif
  18.  * for backward compatibility.
  19.  */
  20. void XmpRegisterMotif _(( XtAppContext ));
  21. void XmpRegisterAll   _(( XtAppContext ));
  22. void MriRegisterMotif _(( XtAppContext ));
  23.  
  24. void XmpAddMwmCloseCallback _(( Widget, XtCallbackProc, XtPointer ));
  25.  
  26. void XmpChangeNavigationType _(( Widget ));
  27.  
  28. #endif /* _Xmp_h_ */
  29.